css: Implement transform-origin
authorMatthias Clasen <mclasen@redhat.com>
Mon, 25 Jan 2021 03:46:01 +0000 (22:46 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 25 Jan 2021 03:49:08 +0000 (22:49 -0500)
commit344f9fcf0584290c622cacb310cd2f7b1567a538
tree1f3e951c0608fa01133aa7eb9277571d3b6f26e6
parent4c971cd4da925d8cac0286366d5b22204ee91a55
css: Implement transform-origin

Implement most of transform-origin. We only
handle the xy components currently, which lets
us reuse the position value implementation that
is used for background-position.
docs/reference/gtk/css-properties.md
gtk/gtkcssanimatedstyle.c
gtk/gtkcssstaticstyle.c
gtk/gtkcssstyle.c
gtk/gtkcssstyleprivate.h
gtk/gtkcssstylepropertyimpl.c
gtk/gtkcsstypesprivate.h
gtk/gtkwidget.c